home *** CD-ROM | disk | FTP | other *** search
/ Steal This CD / steal_this_cd.iso / Chapter 03 - Hacking People, Places, and Things / sparks.exe / {app} / actions / UploadAttachment.cheetah < prev    next >
Text File  |  2005-03-17  |  543b  |  26 lines

  1. #filter UnicodeSafeFilter
  2. <h3>
  3. #if $MediaType($attachment) == $IS_AUDIO
  4. <img src="/images/icon-32x32-music.png" border=0 align=top></a>
  5. #elif $MediaType($attachment) == $IS_VIDEO
  6. <img src="/images/icon-32x32-video.png" border=0 align=top>
  7. #else
  8.  
  9. #end if
  10. '${htmlsafe($attachment.GetAttachmentName)}' in '$htmlsafe($etitle)'
  11. </h3>
  12.  
  13. <h4>
  14. Right-Click Actions
  15. </h4>
  16. <ul>
  17. <li>
  18. <span class=uiitem>Play</span>: 
  19. play this media file
  20.  
  21. <li>
  22. <span class=uiitem>Remove</span>:
  23. remove this media file from the Podcast
  24.  
  25. </ul>
  26.